#down {
  font-size: 20px;
  display: inline-block;
  transform: rotate(90deg);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  margin-bottom: 20px;
  cursor: pointer;
  color: white;
  margin-top:10px;
}

.onimage #search i,
.onimage .switch-button .follow-button-text,
.onimage .social-elements li > a i,
.onimage #main-nav table {
  color: #FFF;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;.
}
.onimage #main-nav {
  border-bottom: none;.
}
[data-section="topbar"].onimage {
  background-color: transparent;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.#main-nav table td ul {
  min-width: auto;
}

#main-nav table td>a,
table#main-nav td>a {
  padding: 10px;
}

#select-language .selected {
  color: #b0c12b;
}

.index-news.flexbox-panel .flexbox-hero {
  width: 60%;
  min-width: 60%;
  min-height: 120px;
}

.index-news .flexbox-hero:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.3);
}

.index-news .title-news {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.index-news .flexbox-hero h4 a,
.index-news .flexbox-hero h4 {
  color: #FFF;
}

.index-news .flexbox-hero h3 {
  color: #FFF;
  background-color: #b0c12b;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.index-news.flexbox-panel .flexbox-info {
  padding: 20px;
}

.index-news.flexbox-panel .flexbox-info > div {
  position: relative;
  padding: 16px 0px;
  border-bottom: 1px solid #E0E0E0;
}

.index-news.flexbox-panel .flexbox-info > div:first-child {
  padding-top: 0px;
}
.index-news.flexbox-panel .flexbox-info > div:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.item-panel.column .flexbox-info {
  min-height: auto;
}

footer .icons-inline {
	margin-bottom: 0px;
  margin-left: 0px;
}

/*
[data-section="header"] .viewport:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
[data-section="header"] .absolute-bottomleft,
[data-section="header"] h1 {
	z-index: 2;
}
*/
/*OFICINAS*/
.item-panel .member-panel .flexbox-info {
	min-height: auto;
}

.actor-panel img {
	border: 1px solid #E4E4E4;
}

.actor-panel {
	padding-right: 26px;
}

.actor-panel p {
	margin-bottom: 6px;
}

.actor-panel .flexbox-hero {
	width: 60px;
  min-width: 60px;
  height: 60px;
}

.actor-panel h4 {
	padding-bottom: 0px;
}

.actor-panel .flexbox-panel {
  margin-bottom: 0px;
}

.actor-panel:hover {
	background-color: #eeffc3;
}

.actorsearch {
	background-color: #FFF;
  margin-bottom: 20px;
  position: relative;
}

.actorsearch input {
	padding: 6px 160px 7px 20px;
  line-height: 26px;
  width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.actorsearch button {
	top: 1px;
  right: 1px;
}

.actorsearch button:focus {
  outline: none;
}

.actorsearch input {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
 
.actorsearch input:focus {
  box-shadow: 0 0 5px rgba(234, 251, 182, 1);
  border: 1px solid rgba(234, 251, 182, 1);
}


/*End*/

.gm-style .item-author img {
    max-width: 100% !important;
}


.pdf-cover:before {
    background-color: #b0c12b;
}

@media screen and (max-width: 767px) {
  .index-news.flexbox-panel {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
.index-news.flexbox-panel .flexbox-hero {
  width: 100%;
  min-width: 100%;
}
.index-news.flexbox-panel .title-news {
  position: relative;
}
.widget #main-nav {
  background-color: #F8F8F8;
  padding-top: 76px;
}
[data-section="topbar"].onimage .widget #main-nav {
  background-color: #333;
}
}
.labelimage {
  background-color: rgba(0,0,0,0.4);
  padding: 24px;
  color: #FFF;
  font-size: 16px;
}
.labelimage h2 {
  color: #b1c225;
}

.widget-content .labelimage p {
  line-height: 24px;
}

.quienes-even,
.quienes-odd {
	height: 160px;
}

.quienes-pad {
	padding: 20px;
}

.quienes-pad h2 {
	border-bottom: 2px solid #b0c12b;
}

.item-panel .share-rrss a {
	font-family: "chilfont";
}

.only-print {
	display: none;
}

.actorsearch .ch-button.ch-button-inactive {
  border: none;
  background-color: #D8D8D8;
  color: #505050;
}

.actorsearch .ch-button.ch-button-inactive:hover {
	background-color: #b0c12b;
  color: #FFF;
}

.actor-add {
	border: 1px solid #FFF;
}

.actor-add:hover {
	border: 1px dashed #d8d8d8;
  box-sizing: border-box;
  background-color: transparent;
}

.widget-secretary h2,
.widget-actors h2 {
	border-bottom: 2px solid #b1c225;
}

.widget-secretary .member-panel .flexbox-hero {
	width: 200px;
  min-width: 200px;
  height: 200px;
}

.widget-actors .member-panel .flexbox-hero {
	width: 120px;
  min-width: 120px;
  height: 120px;
}

/*______   ZONES   ______*/

.zones-panel {
	padding: 10px;
  box-sizing: border-box;
}

.zones-panel > div {
	border: 1px solid #DEDEDE;
}

.zones-panel h4 {
	padding: 10px;
  font-weight: 600;
}

.zone-item a {
	display: block;
	padding: 10px 10px 10px 20px;
}

.zone-item a:hover {
	background-color: #f4fbbe;
  color: #606060;
}


/*End*/
/*

.widget-content .post-panel h4 {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 6px;
}
*/

.post-panel .flexbox-info {
	padding: 16px;
  background-color: #FFF;
}


.post-panel {
position: relative;
}

.post-panel .flexbox-hero {
	margin-right: 20px;
}



/*______   MESSAGE   ______*/

.alert-holder {
  padding: 10px;
  margin-bottom: 30px;
  background-color: #ffa6a6;
  color: #e04242;
  border: 1px solid;
  border-radius: 4px;
}

.alert-holder p {
	color: inherit;
}

.advise-holder a.register-link {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
}

.subscribe-holder {
  display: none;
}

.button-submit {
  line-height: 30px;
}

.show-registerform {
  color: #b33030;
  text-decoration: underline;
}


.question-panel .constant-left {
	margin-bottom: 0px;
}

.question-panel .fonticon-Check {
	position: absolute;
  right: 0px;
  font-size: 26px;
  color: #27c127;
}

@media print {
  #column-two {
    width: 0;
    min-width: 0;
  }
	[data-section="topbar"] {
  	display: none;
  }
  .only-print {
    display: block;
  }
  .no-print {
    display: none;
  }
  #site-nav {
    display: none;
  }

}


@media screen and (min-width: 768px) {
  .quienes-even,
  .quienes-odd {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
  }

  .quienes-odd {right: 0px;}
  .quienes-even {left:0px}

  .quienes-pad {
    padding: 60px;
  }
}


@media (min-width: 992px){
.ch-slidersimple .ch-gallery {
    padding-top: 12%;
}
}
@media (min-width: 768px){
.ch-slidersimple .ch-gallery {
    padding-top: 12%;
}
}
@media (min-width: 500px){
.ch-slidersimple .ch-gallery {
    padding-top: 12%;
}
}
.ch-slidersimple .ch-gallery {
    padding-top: 12%;
}

.ch-slidersimple .gallery-panel:before {
	content: none;
}

/* CATEGORIAS */
.item-categories {
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 19px;
}
/*
.item-categories p {
  border: none;
  padding: 0px;
  color:red;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;

  padding-bottom: 6px;
  padding-top: 6px;

} */
.item-categories p {
  border: none;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: red;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: left
}
.item-categories .category {
    margin-right: 5px;
  display: inline;
}
.item-categories span.cat-label-link
{
  cursor: pointer;
  text-decoration: none;
  font: 12px 'Segoe UI', Helvetica, Verdana, san-serif;
  padding-bottom: 3px;
  padding-right: 3px;
	padding-top: 5px;
	padding-left: 5px;
}
.item-categories span.cat-label-link.big {
    font-size: 14px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-top: 5px;
    padding-left: 5px;
    color: gray;
}

.item-categories span.cat-label-link.cloud {
    color: gray;
}

.item-categories span.cat-label-link:hover
{
  text-decoration: underline;
  color: green;
}
.cloud-cat-group > h2 {
    font: 18px 'Segoe UI', Helvetica, Verdana, san-serif;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 10px;
}

.cloud-cat-group > h3 {
    font-size: 15px;
    color: #7F7F7F;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 19px;
    font-weight: normal;
}

.catsecondary {
  color: black;
}
.widget-content h4 {
  font: 20px 'Raleway', Arial, san-serif;
  color: #3D3D3D;
}
.catcolor-0 {
  color: red; 
}
.catcolor-0.selected {
  background-color: red  !important;
  color: white  !important;
}
.catcolor-1 {
  color: blue;
}
.catcolor-1.selected {
  background-color: blue  !important;
  color: white  !important;
}
.catcolor-2 {
  color: green;
}
.catcolor-2.selected {
  background-color: green  !important;
  color: white  !important;
}
.catcolor-3 {
  color: greenyellow;
}
.catcolor-3.selected {
  background-color: greenyellow  !important;
  color: white  !important;
}
.catcolor-4 {
  color: orange;
}
.catcolor-4.selected {
  background-color: orange  !important;
  color: white  !important;
}
.catcolor-5 {
  color: hotpink;
}
.catcolor-5.selected {
  background-color: hotpink !important;
  color: white !important;
}
.catcolor-6 {
  color: yellowgreen;
}
.catcolor-6.selected {
  background-color: yellowgreen !important;
  color: white !important;
}
.catcolor-7 {
  color: magenta;
}
.catcolor-7.selected {
  background-color: magenta  !important;
  color: white  !important;
}
.catcolor-8 {
  color: orangered;
}
.catcolor-8.selected {
  background-color: orangered  !important;
  color: white  !important;
}
.catcolor-9 {
  color: indianred;
}
.catcolor-9.selected {
  background-color: indianred  !important;
  color: white !important;
}

/*______   BUSCAR   ______*/

.search-text .search-box {
    font-family: 'Raleway', Arial, san-serif;
    font-size: 16px;
    background: white;
    width: 100%;
    line-height: 1.5;
    padding: 10px;
    color: #37750E;
    border: 1px solid #F0F0F0;
}
.search-text .search-box::-webkit-input-placeholder
{ 
  color: #A1A46E ;
}
.search-text .search-box::placeholder
{ 
  color: #A1A46E ;
}
.search-text .search-box:-ms-input-placeholder
{ 
  color: #A1A46E ;
}

/*______   BUTTONS   ______*/

.ch-button-div {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.ch-button2 {
    clear: both;
    display: inline-block;
    margin: 0px;
    padding: 10px 20px;
    font: 14px 'Open Sans', 'Segoe UI', Helvetica, Verdana, san-serif;
    width: auto;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: medium;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 120px;
}
.ch-button2.ch-button-inactive:hover, .ch-button2.ch-button-active:hover {
    background-color: #37750E;
    color: white;
    border-color: #37750E;
}

.ch-button2.ch-button-border, .ch-button2.ch-button-active.ch-button-border, .ch-button2.ch-button-inactive.ch-button-border {
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
}

.ch-button2.ch-button-active {
    color: rgb(67, 67, 67);
    background-color: rgb(255, 255, 255);
}

.ch-button2.ch-button-small, 
a.ch-button2.ch-button-small 
{
    padding: 5px 10px;
}
.ch-button2.ch-button-big,
a.ch-button2.ch-button-big 
{
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 30px;
}
.ch-button2.ch-button-active,
.ch-button-send {
    color: rgb(67, 67, 67);
    background-color: rgb(255, 255, 255);
}

.ch-button2.ch-button-active-opposite {
    background-color: #37750E;
    color: white;
    border-color: #37750E;
}
.ch-button2.ch-button-active-opposite:hover {
    color: rgb(67, 67, 67);
    background-color: #c4e8b0;
}

.ch-button2.ch-button-active.ch-button-mini {
    border-color: #7f7f7f;
    border-width: 1px;
    line-height: 9px;
    color: #7f7f7f;
}

.ch-button2.ch-button-active.ch-button-mini:hover {
    background-color: #37750E;
    color: white;
    border-color: #37750E;
}

.ch-button2.ch-button-active.ch-button-micro:hover {
    color: green;
    background-color: transparent;
  	border:none;
}
.ch-button2.ch-button-active.ch-button-micro {
    font-size: 14px;
  	border: none;
  	color: #7f7f7f;
  	padding: 10px;
}
/* CHECKBOX */

.ch-control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.ch-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ch-control_indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 25px;
  width: 25px;
  background: #e6e6e6;
  border: 0px solid #000000;
  border-radius: 0px;
}
.ch-control:hover input ~ .ch-control_indicator,
.ch-control input:focus ~ .ch-control_indicator {
  background: #cccccc;
}

.ch-control input:checked ~ .ch-control_indicator {
  background: #A1A474;
}
.ch-control:hover input:not([disabled]):checked ~ .ch-control_indicator,
.ch-control input:checked:focus ~ .ch-control_indicator {
  background: #0e6647d;
}
.ch-control input:disabled ~ .ch-control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.ch-control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.ch-control input:checked ~ .ch-control_indicator:after {
  display: block;
}
.ch-control-checkbox .ch-control_indicator:after {
  left: 9px;
  top: 4px;
  width: 5px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.ch-control-checkbox input:disabled ~ .ch-control_indicator:after {
  border-color: #7b7b7b;
}






/*______   TITULO DE PAGINA   ______*/


.page-title {
  padding-bottom: 0px;
  padding-top: 10px;
  height: 70px;
  margin-top: 145px;
  margin-bottom: -10px;
  background-color: transparent;
}
.page-title h2 {
  font-size: 40px;
  font-weight: bold;
}

.page-title.title-zone {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0px;
}

/*______   LISTA DE CATEGORIAS   ______*/

.cloud-cat-group h2 {
  font-family: 'Helvetica', Arial, san-serif;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 18px;
  color: #A1A474 ;
}

.cloud-title-post {
  color: #B51A5B;
  font-family: 'Helvetica', Arial, san-serif;
  font-size: 22px;
}

.cloud-item-panel .flexbox-hero, .news-panel .flexbox-hero {
  height: 250px;
  width: 220px;
  overflow: hidden;
}




/*______   DETALLE DE POST   ______*/



.pagepost {
  margin-top: 130px;
}
.pagepost .widget-content {
  background-color: white;
  border: 2px #F0F0F0 solid;
  margin-bottom: 10px;
}
.pagepost .title {   
  font-size: 26px;
  text-align: center;
  margin-top: 15px;
  padding: 0px;
  color: #37750E;
}
.pagepost .subtitle {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 30px;
  font: 16px 'Raleway', Arial, san-serif;
  text-transform: uppercase;
}
.pagepost .summary p {
  font-size: 16px;
  text-align: justify;
  padding: 0px;
  font-style: italic;
}
.pagepost .summary .inline-date {
  font-style: normal;
  text-align: right;
}
.pagepost .share-rrss {
  width: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #7b7b7b;
}
.pagepost .share-rrss ul {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
}
.pagepost .share-rrss li {
  font: 14px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
  line-height: normal;
  line-height: 22px;
  margin-bottom: 12px;
}
.pagepost .share-rrss li a {
  color: lightgray;
}

.pagepost .share-rrss li a:hover {
  color: #F9DB09;
}



.pagepost .share-rrss ul li {
  display: inline-block;
  margin: 2px;
}
.post-info {
  margin-right: 10px; 
}            
.post-pic {
  margin-top: 5px; 
}   
.pagepost .item-panel {
  padding: 10px;
}   
.pagepost .item-panel .share-rrss a {
  color:lightgray;
}

.pagepost .item-panel .share-rrss a:hover {
  color: #F9DB09;
}
.pagepost .widget-content p {
  font: 16px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
  line-height: normal;
  color: gray;
  line-height: 22px;
  margin-bottom: 16px;
  text-align: justify;
}          
.pagepost .widget-content .summary p {
  font-style: italic;
}
.pagepost .item-categories {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: larger;
  text-transform: uppercase;
}

.pagepost .item-panel.item-attachment > div {
  border: 2px #F0F0F0 solid;
}

.widget-content h4 {
  font: 20px 'Raleway', Arial, san-serif;
  color: #3D3D3D;
}



@media (max-width: 780px) {
  
  .title-middlecenter {
      position: absolute;
      bottom: 10%;
      left: 15%;
      right: 15%;
			width: 70%;

  }
  .header-holder .description {
    font: 16px 'Raleway', Arial, san-serif;
    color: black;
    margin-top: 16px;
    font-weight: bold;
  }  
  
  #content > div > div > #main {
      max-width: 100%;
      margin-top: -50px;
  }

  .page-title {
    margin-top: 30px;
    padding-top: 35px;
    margin-bottom: 0px;
  }
  .page-title h2 {
    font-size: 20px;
  }
  .page-title.title-zone h2 {
    font-size: 20px;
  }
  .pagepost {
    margin-top: 50px;
  }
}



/*______   WIDGETS CONTENTS ETC   ______*/


.widget-content.course-section h2 {
    padding-left: 10px;
    padding-bottom: 10px;
  	padding-top:0px
    margin-top: 0px;
  	margin-bottom: 0px;
    font: 16px 'Raleway', Arial, san-serif;
    text-transform: uppercase;
}
.widget-options {
  position: absolute;
  top: 0px;
  right: 0px;
}
.widget-options [class^="fonticon-"] {
  color: unset;
  margin-right: 5px;
}
.widget-options [class^="fonticon-"]:hover {
    color: #6e9fbe !important;
}


/*______   CORRECCION MIGUEL ANGEL margen superior en zonas   ______*/
  [data-section="underheader"] {
        margin-top: 0px;
      }




